home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 November / Software of the Month Club 1996 November.iso / pc / dos / lg / billpowr / misc.exe / BACK.BAT < prev    next >
Encoding:
DOS Batch File  |  1990-02-23  |  162 b   |  9 lines

  1. echo off
  2. cls
  3. echo  SYNTAX:             BACK HardDrive: BackupFloppyDrive:
  4. echo .
  5. echo             example: BACK C: A:
  6. echo .
  7. echo .
  8. backup %1*.LB? %2 /S
  9.